ReplaceList(string, list1, list2)


Returns string with all occurrences of the elements from the specified comma-delimited list being replaced with their corresponding elements from another comma-delimited list. The search is case sensitive.

See also Find, Replace, and REReplace.

string

Any string.

list1

Comma-delimited list of substrings to be replaced.

list2

Comma-delimited list of replace substrings.